-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge #28
Merged
Merged
Merge #28
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 깃 커밋 컨벤션을 맞추기 위해 gitmessage를 추가했습니다 - gitignore는 django, python, mac, windows, vscode를 추가했습니다. Realted to #3
- 파이썬 코드 컨벤션 검사 및 Django 테스트 코드 검사를 하기 위해 추가했습니다 Related to #3
- pr, issue, bug 템플릿을 추가했습니다. Related to #3
- 자동 코드 컨벤션을 위해 pre-commit을 추가했습니다 Related to #3
- Django 초기 설정을 진행했습니다. Related to #3
Related to #3
Related to #3
- likes, shares 에 model, admin은 객체를 생성하지 않기에 파이썬 파일을 삭제했습니다 Related to #4
- 유저 모델 추가, 유저 인증 코드 모델 추가 Related to #4
- 게시글, 해시태그 모델을 추가했습니다. Related to #4
…ssue-003 Django 프로젝트 설정
- 기본 유저 모델을 설정 파일에 적용했습니다. Related to #4
…ssue-004 User, Post 모델 작성
- 게시물 좋아요, /likes/<content_id>/ 의 post method에 대한 APIView Related to #11
- authenticated 되지 않은 경우Unauthorized(401) - authenticated 된 경우 like_count를 증가하며 Ok(200) Related to #11
Related to #11
- Django에서 지원해주는 쿼리함수가 SQLite에서 지원하기 않기에 회의 후 Postgresql로 변경하도록 결정 - 정확하게 SQLite는 datetime이 없기에 날짜 집계 함수인 TruncDate를 사용하려고 했으나 불가 그러므로 Django에서 추천해주는 Postgresql 사용 Related to #4
Related to #13
- date utils, 필수 or 선택 쿼리를 받아올 수 있는 데코레이터에 대한 함수 추가 Related to #13
- 테스트 성공 - 테스트 실패 (인증, 쿼리 값 불일치, 필수 쿼리 판별) Related to #13
Related to #13
- 길어지는 쿼리를 쉽게 데코레이터로 받아낼 수 있도록 작성 - 해당하는 날짜를 얻기 위해 날짜 함수 작성 Related to #13
- serializer작성(PostDetailQuerySerializer & PostDetailSerializer) - 게시글 상세조회 관련 view 생성 - /api/posts/<content_id>에 대한 view 인터페이스 추가
- 해당 content_id가 존재하는 게시물 상세 조회 시 성공 케이스 - 해당 content_id가 존재하지 않는 게시물 상세 조회 시 실패 케이스
- serializer작성(PostDetailQuerySerializer & PostDetailSerializer) - 게시글 상세조회 관련 view 생성 - /api/posts/<content_id>에 대한 view 인터페이스 추가
- 개발 환경 구성을 위한 project root와 repository root 분리 - repository root : git, docker, readme 등 환경 및 개발 구성 파일 포함 - project root(src) : 장고 project 포함
…ssue-007 유저 가입 승인 api 작성
- repository root와 project root가 분리 되면서 Docker 환경 세팅 - Dockerfile에서 /app/src/에 project를 프로젝트를 마운트하여 사용 - /app/pyproject.toml은 Poetry venv 활성화하기 위한 조건
- flake8의 max-line-length, exclue에 대한 setup.cfg 파일 copy 적용
- test_posts_detail_view의 print문 삭제 - PostDetail의 qeury_serializer 삭제 - serializer에 작성한 PostDetailQuerySerializer 삭제
구현 - signals.py 생성 및 조회수 증가 로직 구현 - apps.py 업데이트하여 signal 활성화 - views.py PostDetail 클래스에 작성한 조회수 증가 코드 삭제 - 조회수 증가와 관련한 testcode 작성
구현 #10 - signals.py 생성 및 조회수 증가 로직 구현 - apps.py 업데이트하여 signal 활성화 - views.py PostDetail 클래스에 작성한 조회수 증가 코드 삭제 - 조회수 증가와 관련한 testcode 작성
…ssue-012 게시물 공유(API)
- signals 모듈을 가져오는 import 문을 추가했습니다. - 이 import 문은 signals이 제대로 로드되고 실행되도록 하는 데 필요합니다.
PostDetailViewTest) #10 - 게시물 상세 조회 관련 테스트 코드를 위한 클래스명이어서 관련 명으로 교체
…ssue-010 게시물 상세 API 작성
- login serializer, view, url 구현 - token refresh 생성 - JWT setting - user confirm관련 테스트 코드 오류 수정
…ssue-008 Login API 구현
- tests.py 제거. Related to #12
- 테스트 케이스에 Print문 존재 Related to #9
…epo-directory 프로젝트 root 분리
…eadme README 작성
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 체크리스트
아래 항목을 확인해 주세요:
PR 유형
이 PR은 어떤 종류의 변경을 가져오나요?
현재 동작은 무엇인가요?
이슈 번호: N/A
새로운 동작은 무엇인가요?
이 PR은 호환성 변경을 도입하나요?
기타 정보